raar.language
Interface RAFullComparable

All Superinterfaces:
RAEqualityComparable, java.io.Serializable
All Known Subinterfaces:
RAMathObject
All Known Implementing Classes:
RAMathExpression, RARandomReal, RAReal, RARealPointer

public interface RAFullComparable
extends RAEqualityComparable


Method Summary
 boolean larger(RAFullComparable r)
           
 boolean largerEquals(RAFullComparable r)
           
 boolean smaller(RAFullComparable r)
           
 boolean smallerEquals(RAFullComparable r)
           
 
Methods inherited from interface raar.language.RAEqualityComparable
equals
 

Method Detail

larger

boolean larger(RAFullComparable r)
               throws RAException
Throws:
RAException

smaller

boolean smaller(RAFullComparable r)
                throws RAException
Throws:
RAException

largerEquals

boolean largerEquals(RAFullComparable r)
                     throws RAException
Throws:
RAException

smallerEquals

boolean smallerEquals(RAFullComparable r)
                      throws RAException
Throws:
RAException